Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.models
/
Record
Record
@
Serializable
open
class
Record
(
recordId
:
String
?
=
null
)
:
BaseModel
A Pocketbase record retried from an API call.
Inheritors
ExpandRecord
ExpandRecordList
ExpandJsonElement
AuthRecord
Members
Constructors
Record
Link copied to clipboard
constructor
(
recordId
:
String
?
=
null
)
Properties
collection
Id
Link copied to clipboard
val
collectionId
:
String
?
=
null
collection
Name
Link copied to clipboard
val
collectionName
:
String
?
=
null
id
Link copied to clipboard
open
val
id
:
String
?
=
null
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String